type runtime/trace.traceContextKey
3 uses
runtime/trace (current package)
annotation.go#L14: type traceContextKey struct{}
annotation.go#L43: return context.WithValue(pctx, traceContextKey{}, s), s
annotation.go#L66: if s, ok := ctx.Value(traceContextKey{}).(*Task); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)